home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
NextAnswers
/
EOFDirtyDoc
/
EOColumnAssociationAdditions.h
< prev
next >
Wrap
Text File
|
1995-04-17
|
546b
|
18 lines
/*
* EOColumnAssociations.h
*
* You may freely copy, distribute, and reuse the code in this example.
* NeXT disclaims any warranty of any kind, expressed or implied, as to its
* fitness for any particular use.
*
* Written by Kenny Leung, NeXT Technical Support
*
*/
#import <eointerface/EOColumnAssociation.h>
@interface EOAssociation(NXFormatterValidation)
- (BOOL)formatterWillChangeValueFor:rowIdentifier :columnIdentifier sender:sender;
- (BOOL)formatterWillChangeValueFor:identifier at:(unsigned int)position sender:sender;
@end